home *** CD-ROM | disk | FTP | other *** search
/ Softline PAY-CD / Softline PAY-CD(1994).iso / programm / allclear / demo / disk1 / examples / computer.cmp / DOSINIT.ACL < prev    next >
Encoding:
Text File  |  1993-09-29  |  641 b   |  26 lines

  1. MS-DOS INITIALIZATION PROCESS
  2.  
  3. Boot.
  4. >start
  5. Reset.
  6. -start
  7. Bootstrap system.
  8. Is there CONFIG.SYS file present?
  9.     (Yes) While there are lines in CONFIG.SYS;
  10.         Read next text line from CONFIG.SYS.
  11.         Is line a DEVICE= Command?
  12.             (Yes) Load file specified by DEVICE= &
  13.             link into Device Queue.
  14.             Call INIT entry for Device.
  15.             (No)  Process One of
  16.             BREAK=  or
  17.             BUFFERS= or
  18.             FILES=  or
  19.             SHELL=  Configuration Commands.
  20.     (No ) Load and execute COMMAND.COM.
  21.     Is there AUTOEXEC.BAT file present?
  22.         (No ) Execute the TIME & DATE programs.
  23.         (Yes) Execute all commands found in AUTOEXEC.BAT.
  24. Give System Prompt A>.
  25.  
  26.